#publications {
  overflow: hidden;
}
#publications h2 {
  position: relative;
  text-transform: uppercase;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  font-weight: 400;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
  margin-top: 2rem;
}
#publications h2:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 500px;
  left: 100%;
  margin-left: 10%;
  top: 55%;
  background: orange;
}
#publications h2:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 500px;
  right: 100%;
  margin-right: 10%;
  top: 55%;
  background: orange;
}
#publications .nome-revista {
  text-align: justify;
}
#publications .nome-artigo {
  text-align: justify;
  color: #007bff;
  padding-bottom: 20px;
}
#publications .nome-thesis {
  text-align: justify;
}
#publications .desc-thesis {
  text-align: justify;
  padding-bottom: 20px;
}
#publications .galery .fancyboxImage .fas {
  padding-right: 10px;
}
#publications .galery .fancyboxVideo .fas {
  padding-right: 10px;
}
#publications .publication-icon {
  text-align: center;
  color: orange;
}
#publications .publication-icon a {
  color: orange;
}
#publications .publication-icon a:hover {
  color: #8a5f2f;
}
@media only screen and (max-width: 1000px) {
  #publications .publication-icon .fas {
    padding-top: 30px;
    padding-bottom: 5px;
    font-size: 40px;
  }
}
@media only screen and (min-width: 1000px) {
  #publications .publication-icon .fas {
    font-size: 40px;
    padding-top: 30px;
  }
}
#publications .thesis-icon {
  text-align: center;
  color: orange;
}
#publications .thesis-icon a {
  color: orange;
}
#publications .thesis-icon a:hover {
  color: #8a5f2f;
}
@media only screen and (max-width: 1000px) {
  #publications .thesis-icon .fas {
    padding-top: 30px;
    padding-bottom: 5px;
    font-size: 40px;
  }
}
@media only screen and (min-width: 1000px) {
  #publications .thesis-icon .fas {
    font-size: 40px;
    padding-top: 30px;
  }
}
#publications .margin_40 {
  margin-top: 40px;
}
#publications .margin_1rem {
  margin-top: 1rem;
}
#publications .award-icon {
  text-align: center;
  color: orange;
}
#publications .award-icon a {
  color: orange;
}
#publications .award-icon a:hover {
  color: #8a5f2f;
}
#publications .award-icon .fas span {
  font-size: 20px;
}
@media only screen and (max-width: 1000px) {
  #publications .award-icon .fas {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1000px) {
  #publications .award-icon .fas {
    font-size: 100px;
    padding-top: 40px;
  }
}

/*# sourceMappingURL=publications.css.map */
